home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / ra / idoor105.zip / INFODOOR.DOC next >
Text File  |  1991-11-20  |  8KB  |  320 lines

  1.  
  2.  
  3.  
  4.                                         INFO-DOOR TOP TEN
  5.                                         Copyright (c) 1991, Don Laverdure
  6.                                         42 Leroy Grant Drive
  7.                                         Suite 407
  8.                                         Kingston, Ontario. CANADA
  9.                                         K7K 6W8
  10.  
  11.  
  12.  
  13.  
  14.  
  15.    \\  \\   \\  \\\\\\\  \\\\\\\         \\\\\    \\\\\\\  \\\\\\\  \\\\\
  16.    \\  \\\  \\  \\       \\   \\         \\  \\   \\   \\  \\   \\  \\   \\
  17.    \\  \\\\ \\  \\\\\    \\   \\  \\\\\  \\   \\  \\   \\  \\   \\  \\   \\
  18.    \\  \\ \\\\  \\       \\   \\         \\   \\  \\   \\  \\   \\  \\\\\\
  19.    \\  \\  \\\  \\       \\   \\         \\  \\   \\   \\  \\   \\  \\  \\
  20.    \\  \\   \\  \\       \\\\\\\         \\\\\    \\\\\\\  \\\\\\\  \\   \\
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.        Documentation By Don Laverdure.
  29.        (c) 1991  Softwrite Docs.
  30.        42 Leroy Grant Drive
  31.        Suite 407
  32.        Kingston, Ontario. CANADA
  33.        K7K 6W8
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.              INFO-DOOR is a simple yet easy to use Top Ten graph door
  44.         for Bulletin Boards. Although there are a lot of top ten style
  45.         list creators, I have not seen one that is as self contained as
  46.         INFO-DOOR TOP TEN.     You do not have to create a nightly
  47.         maintenance routine. There are no messy ASC/ANS files to clutter
  48.         up your directory, and, The stats are updated with every caller
  49.         automatically.  Truly a no fuss door.
  50.  
  51.              The user is shown a graphic display of the top ten users
  52.         and a list of their names with the totals.  There are 4 graphs to
  53.         choose from.  Set up is a simple and quick.  INFO-DOOR also uses
  54.         the existing data files and will not clutter up your directory
  55.         as other doors often do.
  56.  
  57.  
  58.         INFO-DOOR ---------------------------------------------------
  59.  
  60.  
  61.  
  62.         1.   SYSTEM REQUIREMENTS
  63.  
  64.  
  65.  
  66.              MS-DOS 2.1 or higher
  67.              ANSI GRAPHICS
  68.              BULLETIN BOARD SYSTEM:
  69.                                      SuperBBS
  70.                                      RemoteAccess
  71.                                      QuickBBS 2.75
  72.                                      Any QBBS Clone
  73.  
  74.  
  75.  
  76.           a, INFO-DOOR will operate on any Bulletin Board system that
  77.            uses the following information files.
  78.  
  79.                 USERS.BBS       QuickBBS compatible user records
  80.                 CONFIG.BBS      QuickBBS COMPATIBLE Configuration file
  81.                 DORINFO1.DEF    Door information file
  82.                 EXITINFO.BBS    Extended door information file
  83.  
  84.  
  85.  
  86.  
  87.         2.   INSTALLATION
  88.  
  89.  
  90.  
  91.  
  92.              INFO-DOOR can be installed by use of either a type 7 or a
  93.            type 15 exit in your menu.
  94.  
  95.           a, TYPE 7   To use a type 7 exit simply enter the following
  96.            command line in your menu.
  97.  
  98.               INFODOOR.EXE <path>
  99.  
  100.              <path> is the path to your information files.  This is
  101.            only required if you place the information file in a
  102.            directory other then the location of INFODOOR.EXE.
  103.  
  104.  
  105.  
  106.  
  107.           b, TYPE 15  Type 15 exits require that you use a batch file
  108.             and an errorlevel.  In the following example I used an
  109.             errorlevel of 40.
  110.  
  111.  
  112.  
  113.  
  114.  
  115.         INFO-DOOR ---------------------------------------------------
  116.  
  117.  
  118.  
  119.             @ECHO OFF
  120.             ECHO BBS BATCH FILE
  121.  
  122.             :BBS
  123.             CD\SBBS
  124.             SBBS.EXE -E0
  125.             GOTO CHKERROR
  126.  
  127.             :RESTART
  128.             CD\SBBS
  129.             SBBS -R
  130.             GOTO CHKERROR
  131.  
  132.             :CHKERROR
  133.             IF ERRORLEVEL 40 GOTO INFODOOR
  134.             IF ERRORLEVEL 30 GOTO GAME1
  135.             IF ERRORLEVEL 0 GOTO BBS
  136.  
  137.  
  138.             :INFODOOR
  139.             CD\DOORS
  140.             INFODOOR C:\SBBS
  141.             GOTO RESTART
  142.  
  143.             :GAME1
  144.             ........
  145.  
  146.  
  147.  
  148.         3.  ERRORLEVELS
  149.  
  150.  
  151.                 INFO-DOOR usually exits with an errorlevel of 0.
  152.             If the EXITINFO.BBS file is missing, it will exit with an
  153.             errorlevel of 4.  No USERS.BBS file and you get an
  154.             errorlevel od 3.  INFO-DOOR will warn a user if that user
  155.             has ANSI GRAPHICS turned off and ask if that user wishes to
  156.             proceed.
  157.  
  158.  
  159.  
  160.                 That's all there is to it.
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.         INFO-DOOR ---------------------------------------------------
  173.  
  174.  
  175.  
  176.                                  DISTRIBUTION
  177.  
  178.                 Please  feel  free to distribute the original archive
  179.                 (or at least the contents intact).
  180.  
  181.  
  182.  
  183.                                    LEGAL STUFF
  184.  
  185.                 DISCLAIMER - This program is provided as is.  You may
  186.                 use it at your own risk.  There is no warranty of any
  187.                 kind  or  any form covering this program.  The author
  188.                 may in no way be  held liable  for any  damage of any
  189.                 form in connection or arising from the quality and/or
  190.                 use of this program and any associated files included
  191.                 with it.
  192.  
  193.  
  194.  
  195.  
  196.                 PAYMENT -  Please send all REGISTRATION fees by mail.
  197.                  to  the address below and on the registration form.
  198.                 Make  all  cheques  or  International  Money  Orders
  199.                 payable to:
  200.  
  201.                                  DON LAVERDURE
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.                                   M A I L  T O
  209.                                   ------------
  210.                        Don Laverdure, FIDO NET 1:249/124
  211.         42 Leroy Grant Drive, Suite 407 Kingston, Ontario, Canada K7K 6W8
  212.                                 613-548-3691 BBS
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.                              R E G I S T R A T I O N
  222.  
  223.                                    ONLY $5.00
  224.  
  225.  
  226.                                   M A I L  T O
  227.                                   ------------
  228.                        Don Laverdure, FIDO NET 1:249/124
  229.         42 Leroy Grant Drive, Suite 407 Kingston, Ontario, Canada K7K 6W8
  230.                                 613-548-3691 BBS
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.          I would like to register my copy of INFO-DOOR TOP TEN.  I have
  238.       enclosed $5.00.
  239.  
  240.  
  241.          NAME:___________________________________
  242.  
  243.          ADDRESS:________________________________
  244.  
  245.                  ________________________________
  246.  
  247.                  ___________________CODE_________
  248.  
  249.  
  250.  
  251.         Your DEFAULT ORIGIN LINE Just as it appears in your Bulletin
  252.         Board's CONFIG file.
  253.  
  254.         ___________________________________________________
  255.  
  256.         Your NAME just as it appears in your Bulletin Board's CONFIG
  257.         file.
  258.  
  259.         ___________________________________________________
  260.  
  261.  
  262.        If you are a member of FIDONET, you may receive your key code VIA
  263.        NetMail.
  264.  
  265.  
  266.        [  ]  I would like to receive my key code and instructions VIA
  267.              NetMail to the following address
  268.  
  269.                   ___________________________________
  270.  
  271.        [  ]  Please mail my key code and instructions VIA normal mail.
  272.              to:
  273.  
  274.        [  ]  The address above
  275.        [  ]  This address:
  276.  
  277.           ______________________________________________________
  278.  
  279.           ______________________________________________________
  280.  
  281.           ______________________________________________________
  282.  
  283.           ______________________________________________________
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.                   ___
  291.                  /  /\Softwrite
  292.                /__///\\\  Docs.
  293.  
  294.  
  295.                 DOCUMENTATION    -    This document is protected under
  296.                 international Copyright Laws  and is not to be modified
  297.                 or distributed with any other versions of OFFLINE.
  298.  
  299.                 DOCUMENTATION by Softwrite Docs.
  300.                 (c) 1991, Don Laverdure
  301.                 If you have an application that needs documentation.
  302.                 Or if you would like to comment on this or
  303.                 other Softwrite Docs.
  304.                 Feel free to Call us.
  305.                 1-(613)-548-3691 Bulletin Board Support Line
  306.                 FidoNet 1:249/124.0
  307.  
  308.                 Or post a letter to:
  309.  
  310.                 Softwrite Docs.
  311.                 C/O Don Laverdure
  312.                 42 Leroy Grant Drive
  313.                 Suite 407
  314.                 Kingston, Ontario.
  315.                 K7K 6W8
  316.  
  317.  
  318.  
  319.  
  320.